GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / PropertyStorage<T> Class / Add Method

In This Topic
    Add Method (PropertyStorage<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function Add( _
       ByVal value As Object _
    ) As Integer
    public virtual int Add( 
       object value
    )

    Parameters

    value
    See Also